home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / bpp10.zip / CATALOG.TXT < prev    next >
Text File  |  1991-11-08  |  5KB  |  79 lines

  1.                        =------------------------------=
  2.                        |     Thomas G. Hanlin III     |
  3.                        |  3544 E. Southern Ave. #104  |
  4.                        |        Mesa, AZ 85204        |
  5.                        =------------------------------=
  6.  
  7.  
  8.  
  9.   This is a list of some of the software which I have written.  The entire
  10.   set will be sent to you if you register any one of the listed shareware
  11.   products, or you may order a set of disks for $5.00 (see REGISTER.TXT).
  12.   This does not include shareware registration fees, if any.  You are still
  13.   expected to register any shareware that you find useful.
  14.  
  15.  
  16.  
  17. ASMWIZ14      The Assembly Wizard's Library, v1.4.  This is a collection of
  18. (shareware)   over 150 routines for programming in assembly language.  Sound
  19.               effects, parsing, advanced file support, mouse handling, string
  20.               functions, lightning screen I/O, 32-bit math, high-resolution
  21.               timers, graphics support and much more is provided.
  22.  
  23. BASWIZ17      The BASIC Wizard's Library, v1.7.  This is a set of
  24. (shareware)   routines written in BASIC and assembly language for use with
  25.               the QuickBASIC and BASCOM compilers.  It provides a powerful
  26.               virtual windowing system, an expression evaluator, display
  27.               detection, far strings (no more running out of string space),
  28.               communications (includes COM3 and COM4), pointers, memory
  29.               management, graphics (MDA, HGA, CGA, EGA, MCGA, VGA, SuperVGA,
  30.               Epson printer), and math support (BCD, fractions, new trig
  31.               functions, and so on), among other things.  Requires LIBWIZ.
  32.  
  33. BPP10         A BASIC Pre-Processor, v1.0.  This provides a powerful meta-
  34.               language for QuickBASIC, BASCOM (including "PDS"), and even the
  35.               QBASIC provided with DOS 5.0.  It processes your code before
  36.               the compiler gets to it, allowing conditional compilation,
  37.               underscores within variable names, flexible "include" files
  38.               (which may even contain SUB and FUNCTION definitions), name
  39.               substitutions, and more.  C programmers have had preprocessors
  40.               for years-- now there's one for BASIC as well!
  41.  
  42. EXECOM12      EXECOM, v1.2.  Like EXE2BIN, this utility converts .EXE files
  43.               to .COM files.  It's smaller and faster, though, as well as
  44.               offering a few additional conveniences.
  45.  
  46. EXETOOL       EXE Tool.  This program examines .EXE files for validity and
  47.               can tell you whether the .EXE was designed for use with
  48.               Microsoft Windows.  If the .EXE file is determined to be too
  49.               long, as it might be if you got it using an older file transfer
  50.               protocol, you are given the option of truncating it to the
  51.               right size.
  52.  
  53. LIBWIZ11      The Library Wizard's *BASIC Library Manager*, a management tool
  54.               for handling and customizing BASIC libraries.  This is required
  55.               for my BASWIZ and PBClone libraries.
  56.  
  57. OBJTOOL       OBJ Tool.  This program scans .OBJ files for the module name,
  58. (shareware)   public symbols, and external symbols.  It checks the .OBJ file
  59.               for validity.  OBJTOOL lets you change the names of public and
  60.               external symbols, which is especially useful if you have
  61.               several libraries which contain routines with conflicting
  62.               names, for example.
  63.  
  64. PASWIZ10      The Pascal Wizard's Library, v1.0.  This is a set of
  65. (shareware)   routines written in Pascal and assembly language for use with
  66.               the Turbo Pascal and Quick Pascal compilers.  It includes an
  67.               expression evaluator, math support (BCD, new trig functions,
  68.               and so on), mouse handling, new string functions, music, et al.
  69.  
  70. PBCLON16      The PBClone Library, v1.6.  This is a collection of over 400
  71. (shareware)   routines for QuickBASIC.  It is the successor to my old ADVBAS
  72.               library and to the commercial ProBas library.  Requires LIBWIZ.
  73.  
  74. QBWIZ12       The QuickBASIC Wizard's Library, v1.2.  A collection of
  75.               routines which allow you to access internal variables for
  76.               QuickBASIC 4.0 - 4.5.  You can retrieve the screen mode,
  77.               display adapter type, DEF SEG setting, I/O redirection status,
  78.               current screen colors, and many other useful values.
  79.